FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > ObjectsDeserializer クラス > GetObject メソッド : GetObject<T>(String,ISupportedProduct,Boolean) メソッド |
'Declaration
Public Overloads Function GetObject(Of T As Class)( _ ByVal filename As String, _ ByVal supportProduct As ISupportedProduct, _ ByVal multiThread As Boolean _ ) As T
public T GetObject<T>( string filename, ISupportedProduct supportProduct, bool multiThread ) where T: class